.channel-footer {
  background-color: #fff;
  border-top: 1px solid #EdF0F4;
}
.channel-footer__container {
  margin: 0 auto;
  padding: 40px;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
}
.channel-footer__c1 {
  width: 31%;
}
@media (max-width: 1010px) {
  .channel-footer__c1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .channel-footer__c1 {
    display: block;
    width: 100%;
  }
}
.channel-footer__c1 a {
  font-weight: 300;
  color: #363636;
  border-bottom: 1px solid #ccc;
  box-decoration-break: clone;
}
.channel-footer__c1 a:hover {
  text-decoration: none;
}
.channel-footer__copyright1 {
  padding: 0 0 40px 0;
}
.channel-footer__c2 {
  width: 31%;
}
@media (max-width: 1010px) {
  .channel-footer__c2 {
    display: none;
  }
}
.channel-footer__c3 {
  width: 31%;
}
@media (max-width: 1010px) {
  .channel-footer__c3 {
    display: none;
  }
}
.channel-footer__menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.channel-footer__menu > ul > li {
  padding: 0 0 30px 0;
}
.channel-footer__menu > ul > li > a {
  font-weight: 700;
  color: #363636;
}
.channel-footer__menu > ul > li > ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.channel-footer__menu > ul > li > ul > li {
  margin: 5px 0;
}
.channel-footer__menu > ul > li > ul > li a {
  font-weight: 300;
  color: #363636;
}
